@charset "UTF-8";
/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/

/*头部开始*/

@media screen and (max-width: 1370px) {
	.fp-navC{
		top: 42% !important;
	}
}

.menuh90{ height:90px;clear: both;overflow: hidden}
#indexPage{
    transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
	height: 100%;
}
.aykjAnimate{ visibility: hidden;}
.aykjAnimate.active{ visibility: visible;}
.top {
	height: 90px;
	z-index: 97;
	min-width: 1280px;
	position: relative;
	background: #fff;
}
.indTop{
	position: fixed;
	width: 100%;
	z-index: 97;
}
.topC {
	background: #fff;
	position: relative;
	box-shadow: 0px 2px 10px #ccc;
	transition: 0.4s ease;
}
.topC.active{ box-shadow:none;}
.top:hover .topC {
	top: 0 !important;
}
.logo {
	height: 69px;
	overflow: hidden;
	margin: 21px 0 0 70px;
}
.logo a img {
	display: block;
	height: 45px;
}
/*.topSearch {
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 3;
	background: url(../images/search.png) no-repeat center center;
}
.topSearch:hover {
	background: url(../images/search_h.png) no-repeat center center;
}*/
/*
* 主导航
*/

.headBox .wrap {
	position: relative;
	z-index: 2;
}
.menuBox {
	z-index: 9;
	position: relative;
}
.menuDl {
	position: relative;
	padding-right: 30px;
}
.menuDl dd {
	display: inline;
	float: left;
	margin: 0 5px;
	position: relative;
	z-index: 3;
	height: 90px;
}
.menuDl dd span a {
	display: block;
	height: 90px;
	overflow: hidden;
	line-height: 90px;
	color: #333333;
	font-size: 16px;
	position: relative;
	padding: 0px 20px;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.menuDl dd.hover span a {
	color: #2b2e95;
	
}
.menuDl dd span a i {
	display: none;
	width: 100%;
	height: 2px;
	overflow: hidden;
	background: #d6000f;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.menuDl dd.hover span a i {
	display: block;
}
.menuDl dd .div_a {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 108px;
	left: 0;
	z-index: 99;
	background: #fff;
	display: none;
}
.menuDl dd .div_a a {
	display: block;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}
.menuDl dd .div_a a.hover {
	background: #fff
}
.menuDl dd .div_a a:hover {
	background: #fff
}
.subMenuDiv {
	display: none;
	width: 100%;
	position: absolute;
	/*left: 0px;*/
	top: 90px;
	/*opacity: 0;*/
	z-index: 1;
}
.menuDl dd.hover .subMenuDiv {
	z-index: 3;
}
.menuDl dt {
	width: 100%;
	/*height: 2px;*/
	height: 3px;
	overflow: hidden;
	background-color: #2b2e95;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}
.subMenu_ul {
	overflow: hidden;
	position: relative;
	z-index: 3;
    width: 1000px;
}
.subMenuShadow {
	height: 100%;
	overflow: hidden;
	position: absolute;
	background: rgba(255,255,255,0.8);
	left: 50%;
	top: 0px;
	z-index: 1;
	width: 50000px;
	margin-left: -25000px;
}
.subMenu_ul li {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
	z-index: 2;
	margin: 0px 10px;
    float: left;
    display: inline;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.menuDl dd.hover .subMenu_ul li {
	opacity: 0;
	-webkit-animation: liMove 0.3s linear forwards;
	-o-animation: liMove 0.3s linear forwards;
	animation: liMove 0.3s linear forwards;
}
 @keyframes liMove {
 0% {
 transform: translateY(-110%);
 opacity: 0;
}
 100% {
 transform: translateY(0px);
 opacity: 1;
}
}
.menuDl dd.hide .subMenu_ul li {
	opacity: 1;
	-webkit-animation: liHIde 0.3s ease forwards;
	-o-animation: liHIde 0.3s ease forwards;
	animation: liHIde 0.3s ease forwards;
}
 @keyframes liHIde {
 0% {
 transform: translateY(0px);
 opacity: 1;
}
 100% {
 transform: translateY(110%);
 opacity: 0;
}
}
.subMenu_ul li a {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #FFF;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.subMenu_ul li a span{
	color: #FFF !important;
}
.subMenu_ul li a:hover {
	text-decoration: underline;
}
.half .subMenu_ul li a {
	font-size: 14px;
}
.subMenu_ul li a span {
	position: relative;
}
.subMenu_ul li a span em {
	display: block;
	width: 2px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
	background: #d6000f;
}
.subMenuR {
	width: 50%;
	overflow: hidden;
	padding: 20px 0px;
}
.menuTop {
	height: 40px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	font-size: 24px;
	color: #555;
	padding-left: 50px;
}
.subMenuCont {
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}
.listBg {
	width: 0px;
	height: 0px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
}
.subMenuTop {
	height: 40px;
	line-height: 40px;
	display: none;
	font-size: 16px;
	color: #888;
	overflow: hidden;
	padding: 15px 0px 10px 50px;
}
.half {
	float: left;
	display: inline;
	width: 50%;
}
.half .subMenuTop {
	display: block;
}
.subMenuL {
	width: 50%;
	padding: 20px 0px;
}
.subMenuTxt {
	height: 250px;
	overflow: hidden;
	padding: 20px;
	margin: 0px 20px;
}
.subMenuLTop {
	display: none;
	text-align: center;
	font-size: 34px;
	color: #333;
	overflow: hidden;
}
.subMenuIntr {
	display: none;
	overflow: hidden;
	font-size: 14px;
	color: #404040;
	line-height: 25px;
}
.menuBg {
	display: none;
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 90px;
	z-index: -1;
	background: rgba(0, 0, 0, 0.6);
}
.subMenuDiv.showMenu {
	-webkit-animation: showMenu 0.5s linear forwards;
	-o-animation: showMenu 0.5s linear forwards;
	animation: showMenu 0.5s linear forwards;
}
 @keyframes showMenu {
 0% {
 opacity: 0.5
}
 100% {
 opacity: 1
}
}
.subMenuDiv.hideMenu {
	-webkit-animation: hideMenu 0.5s linear forwards;
	-o-animation: hideMenu 0.5s linear forwards;
	animation: hideMenu 0.5s linear forwards;
}
 @keyframes hideMenu {
 0% {
 opacity: 0.2
}
 100% {
 opacity: 0
}
}
.headBox .topR {
	text-align: center;
}
.headBox .topR img {
	height: 120px;
	width: 120px;
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}
.QR-code{
	position: absolute;
    width: 180px;
    height: 50px;
    background: #fff;
    right: 65px;
	top:100px;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	visibility:hidden;
	opacity:0;
	}
	
.topLogdl dd.dd1:hover .QR-code{
	top:90px;
	visibility:visible;
	opacity:1;
	}
.QR-codeI{
	position: absolute;
	width: 120px;
	height:120px;
	padding:0 8px;
	background: #fff;
	right: 65px;
	top:100px;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	visibility:hidden;
	opacity:0;
}
.QR-codeI img{
	width:120px;
	height:120px;
	display:block;
}
.topLogdl dd.dd2:hover .QR-codeI{
	top:90px;
	visibility:visible;
	opacity:1;
	}
.headBox .topR span {
	display: block;
    position: relative;
    z-index: 9;
    font-size: 14px;
    color: #666;
}
.searchT a {
	display: block;
	padding: 24px 20px 27px 20px;
    
}


.searchT1 {
	overflow: hidden;
    background: #f5f5f5;
    
}
.searchT1 span {
	background: url(../images/topLog.png) no-repeat top center;
	padding-top: 20px;
   
}
.searchT2 {
	overflow: hidden;
    background-color: #2c2e92;
    
}
.searchT2 span {
	background: url(../images/toplog3.png) no-repeat top center;
	padding-top: 20px;
    color: #fff !important;
}
.searchT  .searchT1 span:hover { background:url(../images/topLog5.png) no-repeat top center!important;color:#ee9f07!important; }
.searchT  .searchT2 span:hover { background:url(../images/toplog4.png) no-repeat top center!important;color:#ee9f07!important; }
.searchTab a {
	display: block;
	width: 22px;
	height: 100%;
	background: url(../images/search.png) center center no-repeat;
}
.search {
	position: relative;
	border: 1px solid #ddd;
	height: 33px;
	border-radius: 35px;
	margin: 35px 45px 0 0;
	display: none;
}
.search input {
	display: block;
	height: 33px;
	width: 300px;
	padding: 0px 30px;
	line-height: 33px;
	font-size: 12px;
	color: #999;
	border: none;
	background: none;
	box-sizing: border-box;
}
.serach_a {
	display: block;
	width: 33px;
	height: 33px;
	overflow: hidden;
	margin-right: 10px;
	background: url(../images/search1.png) no-repeat center center;
}
.topHide {
	position: relative;
	height: 100px;
}
.animHide {
	opacity: 0;
}
.topLog{ height:90px; }
.topLog dl dd{ float:left; display:inline;}
.topLog dl { overflow:hidden;padding:0 55px 0 6px;}
.topLog dl dd span{ margin-right:15px;}
.topLog1{ background:url(../images/images/topPhone_03.png) no-repeat center center;height:90px;  width:23px; display:block;}
.topLog2{ background: url(../images/images/topWx_05.png) no-repeat center center;height:90px; width:23px; display:block;}
.topLog3{ background: url(../images/images/topQQ_07.png) no-repeat center center;height:90px; width:23px; display:block;}
.preload {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 1000;
	background: #fff;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	-webkit-transform-origin: 50% 42%;
	-ms-transform-origin: 50% 42%;
	transform-origin: 50% 42%
}

.preload.is-loaded {
    background: 0 0
}

.preload.is-animate-out {
    -webkit-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5);
    opacity: 0;
    -webkit-transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,-webkit-transform 1s;
    transition: transform 1s,opacity 1s;
    transition: transform 1s,opacity 1s,-webkit-transform 1s
}

.preload.is-paused .preload__progress {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.preload.is-paused .preload__progress-inner {
    -webkit-animation: none;
    animation: none
}

.preload.is-clean {
    background: 0 0;
    z-index: -1;
    -webkit-transition: none;
    transition: none
}

.preload.is-clean .preload__bg {
    display: none
}

.preload.is-clean .preload__progress {
    background: rgba(44,46,146,.5);
    top: 50%
}

.preload.is-clean .preload__progress-inner {
    background: #35373b
}

.preload.is-clean-paused .preload__progress-inner {
    -webkit-animation: none;
    animation: none
}

.preload__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.preload__progress {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin:-1px 0 0 -100px;
    height: 1px;
    background: rgba(0,0,0,.15);
    -webkit-transition: .3s;
    transition: .3s
}
.preload__progress.hide{
    left: 0;
    width: 100%;
    margin-left: 0;
}

.loadLogo{
	position: absolute;
	top: 38%;
	left: 0;
	width: 100%;
	height: 69px;
	background: url(../images/loadLogo.png) center center no-repeat;
}

.preload__progress-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #666;
	-webkit-animation: preloadLine 1.6s both infinite;
	animation: preloadLine 1.6s both infinite;
}

@-webkit-keyframes preloadLine {
	2% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	48% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	52% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	98% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes preloadLine {
	2% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	48% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	52% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	98% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.load-bg{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index:999;
}
.load-bg .top{
	height: 50%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}
/*.load-bg .top i{
	display: block;
	width: 200px;
	height: 1px;
	background-color: #555;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left: -100px;
	-webkit-transition: .5s;
	transition: .5s;
}*/
/*.load-bg .top i.on{
	left:0%;
	margin-left: 0px;
	width:100%;
}*/
.load-bg .bot{
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height:50%;
	background-color: rgba(255, 255, 255, 0.5);
}
    .box4Tab .qq{
        width: 45px;
        height: 45px;
        visibility: hidden;
        opacity: 0
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        left: 50%;
        margin-left: -25px;
    } 
    .box4Tab li.active .qq:after{
            display: block;
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 25%;
            margin-top: -19%;
            left: 32%;
            margin-left: -26%;
            background: rgba(215, 21, 25, 0.7);
            border-radius: 50%;
            animation: sideBt1 infinite 2s;
            transition: 0.8s ease-out;
            visibility: visible;
            opacity: 1;
            z-index: 1;
    }
@keyframes sideBt1{
	0%{
		opacity: 0;
		transform: scale(0);
	}
	50%{
		opacity: 1;
		transform: scale(0);
	}
	100%{
		opacity: 0;
		transform: scale(1.8);
	}
}
/*头部结束*/

/*menu开始*/
.menu2 {
	margin-right: 20px;
}
.menu1 dd .yj {
	overflow: hidden;
}
.menu1 dd .yj a {
	overflow: hidden;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 120px;
	transition: 0.3s linear;
}
.menu1 dd .ej {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
	background: #ccc;
	display: none;
}
.menu1 dd.hover .yj a {
	background : #005c9a;
	color: #FFF;
}
.menus {
	background-color: #0074c3;
	height: 50px;
	position: relative;
	z-index: 50;
}
.menu {
	position: relative;
	height: 50px;
}
.menu1 {
	display: flex;
	background: #0074c3
}
.menu1 dd {
	flex: 1;
	float: left;
	display: inline;
	text-align: center;
	position: relative;
}
.menu3 {
	margin-right: 40px;
}
.menu1 dd .ej a {
	display: block;
	line-height: 25px;
	padding: 5px 0;
	text-align: center;
}
.menu1 dd a:hover {
	background: #005c9a;
}
/*menu结束*/
/*indexBanner开始*/


/*背景图放大缩小动画*/
@keyframes fangda {
0% {
transform:scale(1, 1)
}
50% {
transform:scale(1.2, 1.2)
}
100% {
transform:scale(1, 1)
}
}
.indexBanner {
	overflow: hidden;
	position: relative;
    height: 832px;
	
}
.indexBanner .myslide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
}

.indexBanner .myslide a{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
}
.indexBanner .myslide1{ 
	height: 100%; 
	width: 100%; 
	display: none;
	background-size: cover;
	position: relative;

}
.indexBanner .myslide1 a{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
}
.indexBanner .slick-dots {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}
.indexBanner .slick-dots li {
	width: 91px;
	height: 3px;
	line-height: 9999px;
	text-align: center;
	background: #FFF;
	color: #ffffff;
	display: inline-block;
	margin: 0 12px;
	cursor: pointer;
}
.indexBanner .slick-dots li.slick-active {
	background: #0074c3;
}
.indexBanner .con1 {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.indexBanner .myslide.slick-active .myslide1{
	animation: fangda 20s linear infinite; 
	display: block;
}
/*indexBanner结束*/
/*第一通栏start*/
.notice1 {
	padding: 0px 20px;
}
/*.column1 {
	height: 45px;
	padding: 20px 0px;
}*/
.notice {
	height: 45px;
	background-color: #fff;
}
.noticeLF {
	background: url(../images/lb.png) no-repeat left center;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
}
.noticeLF span {
	margin-left: 29px;
}
.noticeList1 {
	overflow: hidden;
}
.noticeList1 dd {
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	float: left;
	width: 435px;
	margin-right: 90px;
}
.noticeList1 dd a {
	overflow: hidden;
	font-size: 14px;
	color: #666;
}
.noticeList1 dd a em {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #777;
	float: left;
	display: inline;
	margin: 23px 10px 0 0;
}
.noticeList1 dd span {
	float: right;
	display: inline;
	overflow: hidden;
	font-size: 14px;
}
.noticeList1 dd:hover a {
	color: #0074c3;
}
.noticeFR {
	position: relative;
	overflow: hidden;
	padding: 0 30px 0 60px;
}
.noticeFR .bd {
	overflow: hidden;
}
.noticeTe {
	position: absolute;
	right: -16px;
	top: 50%;
	margin-top: -5px;
}
.noticeTe a {
	font-size: 14px;
	cursor: pointer;
}
.noticeTe .prev {
	background: url(../images/left3.png) no-repeat center center;
	width: 6px;
	height: 12px;
	display: block;
	float: left;
	display: inline;
}
.noticeTe .next {
	background: url(../images/right3.png) no-repeat center center;
	width: 38px;
	height: 12px;
	display: block;
}
/*第一通栏end*/

/*第二通栏start*/
.column2 .prev {
	background: url(../images/left1.png) no-repeat center center;
	position: absolute;
	display: block;
	bottom: 0px;
	width: 40px;
	height: 40px;
	background-color: #200303;
	text-align: center;
}
.column2 .next {
	background: url(../images/right1.png) no-repeat center center;
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background-color: #200303;
	text-align: center;
}
.next:hover {
	background-color: 1d548c;
}

.cloBox1 {
	overflow: hidden;
}
.cloBox1 dd {
	float: left;
	display: inline;
}
.clo1Banner {
	height: 40px;
	position: absolute;
	width: 580px;
	bottom: 0px;
	overflow: hidden;
}
.clo1Banner {
	width: 580px;
	height: 360px;
	overflow: hidden;
	position: relative;
}
.clo1Banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.clo1Banner a:hover {
	background-color: #1d548c;
	transition: 0.6 linear;
}
.clo1Banner .bd li {
	zoom: 1;
	vertical-align: middle;
}
.clo1Banner .bd img {
	width: 580px;
	height: 360px;
	display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.col1ListCon {
	height: 255px;
	overflow: hidden;
}
.subBannerText {
	position: absolute;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	bottom: 0;
	width: 100%;
	font-size: 16px;
	text-align: center;
	font-size: 14px;
}
.subBanner1 {
	height: 450px;
}
.col1Tab {
	overflow: hidden;
	position: relative;
	padding: 0px 20px;
}
.col1TabTitle {
	position: relative;
	height: 76px;
	border-bottom: 1px solid #ccc;
}
.col1TabT {
	overflow: hidden;
	padding-top: 20px;
}
.col1TabT li {
	float: left;
	display: inline;
	height: 36px;
	width: 98px;
	line-height: 36px;
	text-align: center;
	position: relative;
	background: #f5f5f5;
	margin-right: 2px;
}
.col1TabT li a {
	font-size: 16px;
	color: #333;
	display: block;
	height: 100%;
}
.col1TabT li a:hover {
	background-color: #0074c3;
}
.col1TabTitle .more a {
	font-size: 14px;
	color: #999;
}
.col1TabTitle .more a:hover {
	color: #0074c3;
}
.more {
	padding-top: 32px;
}
.col1TabT li.hover a {
	background-color: #0074c3;
	color: #fff;
	transition: 0.3s linear;
}
.col1TabT li.hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
.col1TabT li:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
.col1List {
	overflow: hidden;
	padding-top: 7px;
}
.col1List dd {
	overflow: hidden;
	height: 37px;
	line-height: 37px;
}
.col1List dd a {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	margin-left: 15px;
}
.col1List dd a em {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #777;
	float: left;
	display: inline;
	margin: 23px 10px 0 0;
}
.col1List dd span {
	float: right;
	display: inline;
	overflow: hidden;
	margin-left: 50px;
}
.col1List dd:hover a {
	color: #003e9a;
}
.col1List dd:hover .jx {
	background: url(../images/jx1.png) no-repeat left center;
}
.col1TabTitle span.more a {
	color: #999;
	font-size: 12px;
}
.col1TabTitle span.more a:hover {
	color: #003e9a;
}
.jx {
	background: url(../images/jx.png) no-repeat left center;
}
/*第二通栏end*/
/*主页关于我们start*/
.aboutBg {
	
	
}
.aboutBg .col1BgBox {animation: fangda 20s linear infinite;background: url(../test/images/banner6_02.jpg) no-repeat center center !important;background-size: cover;
	width: 100%;
    height: 100%;
	position:absolute!important;
	}
/*背景图放大缩小动画*/
@keyframes fangda {
0% {
transform:scale(1, 1)
}
50% {
transform:scale(1.2, 1.2)
}
100% {
transform:scale(1, 1)
}
}
.indAbout{
	overflow: hidden;
	height: 100%;
}
.aboutBox {
	padding-top: 215px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 1450px) {
	.aboutBox{
		transform:translateY(-20%) scale(0.8);
	}
}
.aboutBoxLf {
	position: relative;
	width: 314px;
	height: 120px;
	margin-top: 227px
}
.aboutBoxLf .aboutBoxLfT1 {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background: #ee9f07;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 3;
}
.aboutBoxLf .aboutBoxLfT3 {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #51a7e4;
	position: absolute;
	top: 53px;
	left: 230px;
	z-index: 3;
}
.aboutBoxLf a {
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	position: absolute;
	top: 0;
	left: 83px;
	z-index: 3;
	transition:0.5s;
}
.aboutBoxLf a:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transition:0.5s;
	border-radius: 100%;
}

.aboutBoxLf .aboutBoxLfT2 {
	font-size: 16px;
	line-height: 120px;
	color: #2b2e95;
	text-align: center;
	display: block;
	background: #fff;
	height: 120px;
	border-radius: 50%;
	z-index: 10;
	position: relative;
	transition:0.5s;
}
.aboutBoxLf a:hover:after{
	transform: scale(1.2);
}
.aboutBoxLf a:hover  .aboutBoxLfT2{
	transform: scale(0.8,0.8);
}
.posit {
	position: absolute;
	top: 0;
	right: 0;
}
.aboutBoxRf {
	position: relative;
	width: 314px;
	height: 120px;
	margin-top: 227px
}
.aboutBoxRf .aboutBoxLfT1 {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background: #ee9f07;
	position: absolute;
	top: 45px;
	right: 0;
	z-index: 3;
}
.aboutBoxRf .aboutBoxLfT3 {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #51a7e4;
	position: absolute;
	top: 53px;
	right: 230px;
	z-index: 3;
}
.aboutBoxRf a {
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	position: absolute;
	top: 0;
	right: 83px;
	z-index: 3;
	transition: 1s;
}

.aboutBoxRf .aboutBoxLfT2 {
	font-size: 16px;
	color: #2b2e95;
	display: inline-block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	border-radius: 120px;
	background: #fff;
	z-index: 9;
	transition: 0.5s;
	position: relative;
}
.aboutBoxRf a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transition: 0.5s;
    border-radius: 100%;
}
.aboutBoxRf a:hover .aboutBoxLfT2{
	 transform: scale(0.8,0.8); }
.aboutBoxRf a:hover:after{
	transform: scale(1.2);
}
.aboutBoximg {
	height: 452px;
	width: 452px;
	position: relative;
	padding-top: 61px;
	margin: 0 60px;
	z-index:999
}
.aboutBoximg .aboutBoximg1 {
	height: 575px;
	width: 575px;
	background: url(../images/abgBg1.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: -61px;
	border-radius: 575px;
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-name: about;
	animation-timing-function: linear;
	transform-origin: center center;
}
@-webkit-keyframes about {
0% {
 transform:rotate(0);
}
50% {
 transform:rotate(180deg);
}
100% {
 transform:rotate(360deg);
}
}
.aboutBoximg2 {
	display: inline-block;
	width: 452px;
	height: 452px;
	background-color: #0a73bd;
	border-radius: 452px;
	opacity: 1 !important;
	overflow: hidden;
	position: relative
}
.aboutBoximg3 {
	background: url(../test/images/cicle4_06.jpg) no-repeat center center;
	height: 452px;
	width: 452px;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.aboutBoximg3T {
	text-align: center;
	color: #fff;
}
.aboutBoximg3T span {
	display: block;
	color: #fff;
}
.aboutBoximg3T .aboutBoximg3T1 {
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	padding-top: 93px;
}
.aboutBoximg3T .aboutBoximg3T2 {
	font-size: 22px;
	line-height: 60px;
	color: #fff;
}
.aboutBoximg3T .aboutBoximg3T3 {
	height: 4px;
	background: #fff;
	display: inline-block;
	width: 30px;
}
.aboutBoximg3T .aboutBoximg3T4 {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding: 35px 15px 0 35px;
}
.aboutBoxLf:after {
	content: "";
	position: absolute;
	display: block;
	top: 58px;
	left: 3px;
	width: 308px;
	height: 1px;
	background: #ffffff;
	z-index: 2;
}
.aboutBoxRf:after {
	content: "";
	position: absolute;
	display: block;
	top: 58px;
	right: 3px;
	width: 308px;
	height: 1px;
	background: #ffffff;
	z-index: 2;
}
/*主页关于我们end*/
/*主营业务start*/
.box4Bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.box4Bg .swiper-wrapper .swiper-slide{animation: fangda 20s linear infinite;}
@keyframes fangda {
0% {
transform:scale(1, 1)
}
50% {
transform:scale(1.2, 1.2)
}
100% {
transform:scale(1, 1)
}
}

.box4 {
	margin-top: 90px;
	position: relative;
	z-index: 99
}
.box4 .box4Tit {
	width: 850px;
	margin: 0 auto;
	text-align: center;
}
.box4Bussiness {
	text-align: center;
}
.box4 .box4Tit .box4Tit1 span {
	font-size: 36px;
	line-height: 54px;
	color: #fff;
	display: block;
	padding-bottom: 25px;
	font-weight: bold;
}
.box4 .box4Tit .box4Tit2 {
	padding-bottom: 45px;
}
.box4 .box4Tit .box4Tit2 span {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	display: block;
	padding: 0 20px;
}
.box4 .box4Tit .box4Tit3 a {
	display: block;
	overflow: hidden;
	width: 165px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	transition: 0.4s ease;
	-webkit-background-clip: padding-box;
  	background-clip: padding-box;
}
.box4 .box4Tit .box4Tit3 a:hover span{ background:#2b2e95; transition:all 0.3s linear;}
.box4 .box4Tit .box4Tit3 span {
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	padding: 15px 54px;
	background: #ee9f07;
	height: 50px;
	overflow: hidden;
	border-radius: 3px;
}
.box4 .box4Tit a.btn3:hover,.box4 .box4Tit a.btn3:focus {
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #ff0364;
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}
a.btn3:active{
  background: #4ecdc4;
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #3ac7bd;
  box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #3ac7bd;
}
@keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }

  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
@-webkit-keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }

  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
.box4List {
	overflow: hidden;
	padding-top: 112px;
	text-align: center;
}
.box4List dl {
	display: inline-block
}
.box4List dl dd .box4ListImg {
	width: 88px;
	height: 88px;
	border: 1px #d3d5d9 solid;
	border-radius: 88px;
	position: relative;
	margin: 0 auto;
	transition: all 0.3s linear;
	-webkit-transition: all 0.4s linear;
	background-repeat:no-repeat;
	background-position:center center;
}
.box4List dl dd :hover .box4ListImg {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	background-color:#ee9f07;
	border-color:#ee9f07;
}
.box4List dl dd img {

	display: block;
	position: absolute;
	top: 50%;
    left: 50%;
	margin-top:-20px;
	margin-left:-14px;
}
.box4List dl dd span {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.box4List dl dd {
	float: left;
	width: 142px
}
.box4Bg .swiper-slide {
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
	transform: scale(1.3);
	transition: 3s ease-in-out;
	height:100% !important;
}
.box4Bg .swiper-wrapper {
	transform: translate(1px) !important;
	margin-left: -1px;
	left: 0 !important;
	height:100% !important;
}
.box4Bg .swiper-slide-active {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 2;
	transform: scale(1);
}
/*主营业务end*/
/*发展历程start*/
.h150 {
	height: 150px;
	clear: both;
	overflow: hidden;
}
.h70 {
	height: 70px;
	clear: both;
	overflow: hidden;
}
.about4Slide {
	position: relative;
	z-index: 2;
}
.about4Slide .bd {
	height: 275px;
	overflow: hidden;
}
.about4_dl {
	margin: 0px -40px !important;
}
.about4Slide dd {
	height: 275px;
	width: 10%;
	float: left;
	display: inline;
	position: relative;
}
.about4Slide .list_a {
	width: 100%;
	height: 25px;
	display: block;
	position: absolute;
	transition: all 0.7s linear;
	line-height: 25px;
	padding-bottom: 30px;
	font-size: 16px;
	color: #ccc;
	text-align: center;
}
.dd0 .list_a {
	top: 220px;
}
.dd1 .list_a {
	top: 215px;
}
.dd2 .list_a {
	top: 150px;
}
.dd3 .list_a {
	top: 111px;
}
.dd4 .list_a {
	top: 140px;
}
.dd5 .list_a {
	top: 142px;
}
.dd6 .list_a {
	top: 62px;
}
.dd7 .list_a {
	top: 5px;
}
.dd8 .list_a {
	top: 35px;
}
.dd9 .list_a {
	top: 62px;
}
.point {
	display: block;
	width: 20px;
	height: 20px;
	background: #cccccc;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -10px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.about4 {
	height: 805px;
}
.col1BgBox {
	position: absolute !important;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	
}
.col1Bg {
	left: -2.5% !important;
	top: -2.5% !important;
	width: 105%;
	height: 105%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: absolute;	
}
.about4_1 {
	position: relative;
	background: url(../test/column6Img_73.jpg) no-repeat center center;
}
.about4_1 .columnTitle {
	padding: 103px 0 90px!important;
}
.developDeta {
	display: block;
	width: 600px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	line-height: 25px;
	position: absolute;
	left: 0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.aboutTextC div {
	float: left;
	display: block;
}
.aboutTextC .aboutYear {
	background: url(../images/aboutImg1.png) no-repeat center center;
	height: 90px;
	width: 185px;
	text-align: center;
}
.aboutTextC .aboutYear span {
	font-size: 40px;
	line-height: 36px;
	color: #fff;
	margin: auto 0;
	display: block;
	padding-top: 20px;
}
.aboutTextC .aboutTxt {
	background: url(../images/textC.png) no-repeat right center;
	height: 90px;
	width: 554px;
}
.aboutTextC .aboutTxt span {
	padding: 0 63px 0 40px;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding-top: 20px;
}
.aboutTextC {
	overflow: hidden;
	margin-left: 220px;
}
.lineBox {
	width: 1920px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 75px;
	height: 385px;
	margin-left: -960px;
	z-index: 0;
	background: url(../images/line.png) no-repeat center top;
}
.lineBox em{
	display: block;
	overflow: hidden;
	width: 380px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	background: url(../images/line_h.png) no-repeat left top;
}
.lineBox:after {
	display: block;
	content: "";
	overflow: hidden;
}
.about4Slide .bt {
	display: none;
	width: 48px;
	height: 48px;
	overflow: hidden;
	position: absolute;
}
.about4Slide .prev {
	left: 160px;
	top: -135px;
	background: url(../images/developPrev.png) no-repeat center center;
}
.about4Slide .next {
	right: 180px;
	top: -135px;
	background: url(../images/developNext.png) no-repeat center center;
}
/*.down .point{
    top: 0px;
}
.up .point{
    bottom: 0px;
}
.about4_dl dd.active .point{
    width: 22px;
    height: 22px;
    left: -5px;
    margin-top: -11px;
}
.about4_dl dd.active .point:after{
    visibility: visible;
    opacity: 1;
}
/*.about4_dl dd.on.down .point{
    top: 0px;
}
.about4_dl dd.on.up .point{
    bottom: 0px;
}
.about4{ background: url(../test/about4Bg.jpg) no-repeat center center; height:805px;}
.about4_1{ position:relative;}
.about4_1 .columnTitle{ padding:103px 0 90px!important;}
.developDeta{
    display: block;
    width: 600px;
    overflow: hidden;
    font-size: 14px;
    color:#fff;
    overflow: hidden;
    line-height: 25px;
    position: absolute;
    left: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.aboutTextC div{ float:left; display:block;}
.aboutTextC .aboutYear{ background: url(../images/aboutImg1.png) no-repeat center  center; height:90px; width:185px; text-align:center;}
.aboutTextC .aboutYear span{ font-size:40px; line-height:36px; color:#fff; margin:auto 0;    display: block;
    padding-top: 20px;}
.aboutTextC .aboutTxt{ background: url(../images/textC.png) no-repeat right center; height:90px; width:554px; }
.aboutTextC .aboutTxt span{ padding:0 63px 0 40px; display:block; font-size:14px; line-height:24px; color:#333333; padding-top:20px;}
.aboutTextC{ overflow:hidden;margin-left: 220px;}
.down .developDeta{
    top: 110px;
}
.up .developDeta{
    top: -170px;
}
.dd3 .developDeta{
    left: auto;
    right: 185px;
    text-align: right;
}
.developIntr,
.developTit{
    visibility: hidden;
    opacity: 0;
}
.up .developTit,
.up .developIntr{
    transform: translateY(-20px);
}
.down .developTit,
.down .developIntr{
    transform: translateY(20px);
}
.show.down.active .developIntr{
    transition-delay: 0.3s;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.show.up.active .developTit{
    transition-delay: 0.3s;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.about4_dl dd.active .developIntr,
.about4_dl dd.active .developTit{
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}
.lineBox{
    width: 1920px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 500px;
    margin-left: -960px;
    z-index: 0;
    background: url(../images/liteH.png) no-repeat center top;
}
.lineBox:after{
    display: block;
    content: "";
    overflow: hidden;
}
.about4Slide .bt{
    display: none;
    width: 48px;
    height: 48px;
    overflow: hidden;
    position: absolute;
}
.about4Slide .prev{
    left: 160px;
    top: -70px;
    background: url(../images/developPrev.png) no-repeat center center;
}
.about4Slide .next{
    right: 180px;
    top: -70px;;
    background: url(../images/developNext.png) no-repeat center center;
}
*/
/*发展历程end*/
/*第四通栏start*/
.cloumn4 {
	overflow: hidden;
}
.column4Bottom {
	overflow: hidden;
}
.cloBox2 {
	overflow: hidden;
}
.cloBox2 dd {
	float: left;
	display: inline;
}
.clo1Banner1 {
	height: 40px;
	position: absolute;
	width: 580px;
	bottom: 0px;
	overflow: hidden;
}
.clo1Banner2 {
	width: 275px;
	height: 180px;
	overflow: hidden;
	position: relative;
}
.clo1Banner2 .bd1 {
	position: relative;
	height: 100%;
	z-index: 0;
}
.clo1Banner2 .bd1 li {
	zoom: 1;
	vertical-align: middle;
}
.clo1Banner2 .bd1 img {
	width: 275px;
	height: 180px;
	display: block;
}
/* 本例子css */
.picScroll-left {
	overflow: hidden;
	position: relative;
}
.picScroll-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") 0 0 no-repeat;
}
.picScroll-left .hd .next {
	background-position: 0 -50px;
}
.picScroll-left .hd .prevStop {
	background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.picScroll-left .bd {
	padding: 20px;
	background-color: #fff;
	margin-right: -20px;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	_display: inline;
	float: left;
	width: 25%;
	overflow: hidden;
	text-align: center;
}
.picScroll-left .bd ul li a {
	display: block;
	margin: 0 20px 0px 0px;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
	position: relative;
	padding-top: 65.4545%;
	margin-bottom: 15px;
}
.picScroll-left .bd ul li .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.picScroll-left .bd ul li .title {
	line-height: 24px;
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}
/*第四通栏end*/
/*第五通栏start*/
.cloumn5Bottom {
	overflow: hidden;
}
.cloumn5imgText1 {
	overflow: hidden;
	background: #fff;
	padding: 20px 20px 0px 20px;
}
.cloumn5imghover {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}
.cloumn5imghover .text .title {
	padding: 13px 0px;
}
.cloumn5imghover .text .title a {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}
.cloumn5imghover .text:hover a {
	color: #fff;
}
.cloumn5imghover .text:hover .textC {
	color: #fff;
}
.cloumn5imghover .text .textC {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	padding: 0px 10px 18px 0px;
}
.cloumn5imghover .text {
	display: block;
	overflow: hidden;
	padding-left: 20px;
	height: 180px;
}
.cloumn5imghover .text:hover {
	background: #0074c3;
	transition: 0.6s linear;
}
.cloumn5imghover .text1 img {
	width: 275px;
	height: 180px;
}
.cloumn5imgText2 {
	background-color: #f5f5f5;
	margin-right: 20px;
}
/*第五通栏end*/
/*第六通栏start*/
.column6Bottom {
	background-color: #fff;
	padding: 20px 0px 10px 0px;
}
.column6Bottom1 {
	overflow: hidden;
	margin-right: -20px;
	padding: 0px 20px;
}
.column6Bottom1 dd {
	float: left;
	overflow: hidden;
	width: 33.3333%;
	display: inline;
}
.column6Bottom1 .con {
	overflow: hidden;
}
.column6Bottom1 dd .pic {
	position: relative;
	overflow: hidden;
}
.column6Bottom1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 65.2014%;
}
.column6Bottom1 dd .con1 img {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
}
.column6Bottom1 dd .text1 {
	padding: 20px 0px 35px 0px;
	overflow: hidden;
	text-align: center;
}
.column6Bottom1 dd .text1 span {
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
/*第六通栏end*/
.news {
	position: absolute;
    left: 0px;
    top:0;
    right:0px;
    bottom: 0px;
    padding-top: 90px;
    background: url(../images/newsBg.jpg) center center no-repeat;
    background-size: cover;
}
.newsTitle {
	width:32%
}
.news .newsTitle{
	height: 100%;
}
.news .newsTitle .newsCell{padding: 23.2432% 10.0813% 0 28.4552%;}
.sectionBox .BoxCell{padding: 23.2432% 10.0813% 0 28.4552%;}
.news .BoxCell{padding-top: 0;}
.newsTitEn {
	font-size: 48px;
	width: 320px;
	color: #333;
}
.newsTitCn {
	color: #333;
	font-size: 22px;
	padding: 20px 0;
}
.newsInfo {
	font-size: 14px;
	color: #777;
	margin: 20px 0;
}
.newsArrow {
	overflow: hidden;
	margin-bottom: 65px;
}
.newsPrev, .newsNext {
	height: 40px;
	width: 50px;
	float: left;
	cursor: pointer;
	transition: 0.2s ease;
}
.newsPrev {
	background: url(../test/newLeft.png) center center no-repeat;
}
.newsNext {
	background: url(../test/newsRight.png) center center no-repeat;
}
.newsPrev:hover {
	background: url(../test/newsLeft1.png) center center no-repeat;
}
.newsNext:hover {
	background: url(../test/newsRight1.png) center center no-repeat;
}
.newsMore {
	position: relative;
	width: 155px;
}
.newsMore a {
	display: block;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	border: 3px solid #2b2e95;
	font-size: 14px;
	color: #fff;
	position: relative;
	z-index: 9;
	transition: 0.4s ease;
}
.newsMore:after {
	content: '';
	display: block;
	background: #2b2e95;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: 0.3s ease;
}
.newsMore:hover:after {
	transform: scale(1.3);
	opacity: 0;
	filter: alpha(opacity=0);
}
.newsMore:hover a {
	color: #2b2e95;
}
.newsRight {
	overflow: hidden;
	height: 100%;
}
.newsList, .newsList .slick-track, .newsList .slick-list {
	height: 100%;
}
.newsList .imgDiv:after{ content:""; display:block; padding-top:66.6666%;}
.newsList .imgDiv img{ display:block; width:100%;
height:100%;    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;}
.newsList .mySlide {
	float: left;
	display: inline;
	width: 25%;
	position: relative;
	height: 100%;
}
.newsList .mySlide:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-left: 1px solid #eaeaea;
}
.newsList .mySlide:hover img{-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);}
.newsList .mySlide img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;}
.newsList a {
	height: 100%;
	display: block;
	margin: 0 20px;
}
.newsList .timeDay {
	color: #c1c1c1;
	font-size: 78px;
}
.newsList .listTime {
	font-size: 16px;
	color: #666;
	margin-bottom: 0.5rem;
}
.newsList .listTit {
	color: #444;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 16px;
	transition: 0.4s ease;
}
.newsList .listImg {
	margin: 15px 0;
}
.newsList .imgDiv {
	position: relative;
    overflow: hidden;
}
.newsList .listInfo {
	font-size: 14px;
	color: #888;
	line-height: 28px;
	height: 112px;
	overflow: hidden;
	margin-bottom: 25px;
}
.newsList .mySlide :hover .listInfo{ color:#efa041;}
.newsList .listArrow span {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	height: 18px;
	padding-right: 40px;
	height: 20px;
	background: url(../images/newsRight2.png) right center no-repeat;
}
.newsList a:hover .listTit {
	color: #efa041;
}
.newsList a:hover .jqthumb {
	transform: scale(1.05);
}
.newsList a:hover .listArrow {
	-webkit-animation: arrowRight 1.4s infinite linear;
}
.newsListBox:hover .listBox{
	top: 230px;
}
.newsListBox:hover .listTit{
	white-space: normal;
	height: 52px;
}
.newsListBox:hover .listTit a{color: #333;}
.newsList .listTit a:hover{color: #2285DF;}
.newsListBox:hover .listImg{
	top:-260px;
}
@media screen and (max-width:1600px) {
	.newsListBox:hover .listImg{
		top:-240px;
	}
}
@media screen and (max-width:1366px) {
	.newsListBox:hover .listImg{
		top:-230px;
	}
}
.newsListBox:hover .listInfr{
	color: #666;
}
.newsListBox:hover .listMore{
	padding-top: 20px;
	height: 22px;
}
.newsListBox:hover .listTime:after{
	width: 100%;
}
.newsList .listBox .listMore a:hover{
	transform: translateX(3px);
}
@-webkit-keyframes arrowRight {
 0% {
 -webkit-transform: translate(0, 0);
}
 25% {
 -webkit-transform: translate(6px, 0);
}
 50% {
 -webkit-transform: translate(0, 0);
}
 75% {
 -webkit-transform: translate(-6px, 0);
}
 100% {
 -webkit-transform: translate(0, 0);
}
}
/*新闻动态 end*/
/*联系我们start*/
.mapRight{
	width:87.3%;
}
.mapRight .mapImg{
	position:relative;
	margin-right:14%;
	
}
.mapImg{ height:420px;}
.mapAddress{ overflow:hidden;}
.mapDl{ overflow: hidden;   }
.mapRight .mapImg:after{
	display:block;
	content:"";
	padding-top:42%;
}
.mapT1 {
	font-size: 16px;
	line-height: 35px;
	color: #666666;
	display: block;
	padding-left: 40px;
}
.mapAddress dl dd .ico1{background: url(../test/log1.png) no-repeat left center;}
.mapAddress dl dd .ico2{background: url(../test/photo.png) no-repeat left center;}
.mapAddress dl dd .ico3{background: url(../test/mail.png) no-repeat left center;}

.mapT2 {
	font-size: 14px;
	line-height: 14px;
	color: #999999;
	padding-left: 40px;
}
.mapAddress dl dd {
	float: left;
	display: inline;
	width: 100%;
    padding-bottom: 25px;
}
.mapRight {
	overflow: hidden;
	width: 67.9687%;
	
}
.mapRight  .mapImg{ padding-top:110px;}
.mapAddress .mapDl dd .con {
	overflow: hidden;
	margin-right: 30px;
}
/*联系我们end*/
/*友情链接start*/
.links {
	overflow: hidden;
	padding-top: 45px;
	height: 100%;
}
.formC {
	background: #fff;
	width:234px;
}
.linkL .linkT1 {
	font-size: 14px;
	line-height: 26px;
	color: #e5e5e5;
}
.linkT span {
	font-size: 12px;
	line-height: 30px;
	color: #999;
	display: block;
}
.linkT {
	padding-top: 13px;
}
.linkT span i {
	font-size: 16px;
	color: #ee9f07;
	font-style: normal;
}
.linkL .con {
	padding-top: 15px;
}
.zpformSel {
	height: 33px;
	position: relative;
	padding-right: 33px;
}
.zpformSel .seljg {
	padding-left: 10px;
	line-height: 33px;
	font-size: 14px;
	cursor: pointer;
	color: #666;
}
.zpformSel i {
	display: block;
	width: 33px;
	height: 33px;
	background: url(../images/delta.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	background-color: #fff;
}
.zpformSel .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 120px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 34px;
	background: #FFF;
	display: none;
	z-index: 100000
}
.zpformSel:hover .selTj{display: block}
.zpformSel .selTj a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 12px;
}
.zpformSel .selTj a:hover {
	background: #1a83e0;
	color: #FFF;
}
.zpformSel .selTj a.hover {
	background: #1a83e0;
	color: #FFF;
}
.recruitForm {
	margin-right: -34px;
	font-size: 14px;
	color: #333333;
}
.recruitForm dd {
	float: left;
	display: inline;
	padding: 10px 10px 0px 35px;
	width: 223px;
	text-align: center;
}
.recruitForm dd .subtitle {
	height: 38px;
	line-height: 38px;
	color: #da0100;
	font-size: 16px;
	font-weight: bold;
}
.recruitForm dd .title {
	height: 38px;
	line-height: 38px;
}
.recruitForm dd .title span {
	color: #da0100;
}
.recruitForm dd .formC {
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}
.recruitForm dd .formC.np {
	padding: 0px;
}
.recruitForm dd input {
	display: block;
	height: 38px;
	line-height: 38px;
	border: none;
	background: none;
}
.recruitForm dd input.input1 {
	width: 100%;
}
.recruitForm dd textarea {
	display: block;
	width: 100%;
	padding: 6px 0;
	line-height: 25px;
	height: 25px;
	border: none;
	background: none;
}
/*友情链接end*/
/* fullPage start */
.fp-tableCell {
	position: relative;
	height: 0px;
	overflow: hidden;
}
.section {
	height:100%;
	overflow: hidden;
	background: #fff;
}
#fullpage {
	transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
	transition-delay: 0.4s !important;
}
.floLeftBox {
	position: fixed;
	top: 50%;
	right: 30px;
	height: 150px;
	overflow: hidden;
	transform: translateY(-50%);
	margin-top: -75px\9;
	z-index: 9;
}
.floLeft {
	position: relative;
	transition: 0.4s ease;
}
.floLeft dd {
	height: 30px;
	position: relative;
	transition: 0.4s ease;
	cursor: pointer;
}
.floLeft i {
	float: right;
	width: 50px;
	height: 30px;
	position: relative;
}
.floLeft i:after {
	content: '';
	border-top: 1px solid #fff;
	width: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transition: 0.4s ease;
}
.floLeft dd:hover i:after {
	width: 100%;
}
.floLeft.hover i:after {
	border-color: #999;
}
.floLeft span {
	float: left;
	position: relative;
	top: 0;
	width: 60px;
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
	opacity: 0;
	filter: alpha(opacity= 0);
	transition: 0.4s ease;
}
.floLeft.hover span {
	color: #666;
}
.floLeft dd.active i:after {
	width: 100%;
}
.floLeft dd.active span {
	opacity: 1;
	filter: alpha(opacity= 100);
}
.floRight {
	position: fixed;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	margin-top: -80px\9;
}
#fp-nav li {
	font-size: 0;
	position: relative;
	margin: 5px auto;
	width: 20px;
}
#fp-nav li a {
	display: block;
	border: 1px solid;
	width: 18px;
	height: 18px;
	border-color: transparent;
	position: relative;
	z-index: 9;
	border-radius: 50%;
	transition: 0.4s ease;
}
#fp-nav li:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -3px;
	margin-top: -3px;
	transition: 0.4s ease;
}
#fp-nav li.active a {
	border-color: #fff;
}
.pageNum {
	padding-top: 50px;
	color: #fff;
	transition: 0.4s ease;
	position: relative;
	height: 20px;
}
.pageNum:after {
	content: '';
	border-left: 1px solid #d1d1d1;
	position: absolute;
	bottom: 30px;
	height: 40px;
	left: 50%;
}
.pageNum em {
	font-size: 20px;
}
.pageNum span {
	font-size: 14px;
}
.floRight.hover #fp-nav li.active a {
	border-color: #888;
}
.floRight.hover #fp-nav li:after {
	background: #888;
}
.floRight.hover .pageNum {
	color: #666;
}
/* fullPage end */
/*底部开始*/
.footer {
	background-color: #333333;
	padding: 0 70px;
}
.footer1 {
	overflow: hidden;
}
.footerLF {
	float: left;
	display: inline;
	padding: 30px 0;
}
.footerMenu {
	overflow: hidden;
	padding-right: 197px;
}
.footerMenu dd {
	float: left;
	display: inline;
	margin-right: 110px;
}
.footerMenu dd em {
	font-style: normal;
	display: block;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}
.footerMenu dd em a {
	font-size: 14px;
	color: #FFF;
}
.footerMenu dd em a:hover {
	color: #0074c3;
}
.footerMenu dd span {
	font-style: normal;
	display: block;
	line-height: 20px;
	padding: 5px 0;
	overflow: hidden;
}
.footerMenu dd span a {
	font-size: 12px;
	color: #999999;
}
.footerMenu dd span a:hover {
	color: #0074c3;
}
.footerEwm {
	overflow: hidden;
}
.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	padding-right: 15px;
}
.footerEwm dd img {
	display: block;
	width: 90px;
	height: 90px;
}
.footerEwm dd span {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	font-size: 12px;
}
.footerFR .footerFT {
	color: #fff;
	font-size: 14px;
	display: block;
	height: 26px;
	font-style: normal;
	text-align: left;
}
.footerEwm {
	float: left;
	padding: 45px 45px 0px 0px;
}
.footerFTR {
	padding-top: 75px;
	float: left;
	display: inline;
}
.footerFTRD dd span {
	font-size: 12px;
	line-height: 30px;
}
.footerFTRD dd span i {
	font-size: 16px;
	color: #f00;
}
.footerBO1 {
	background-color: #000;
	overflow: hidden;
	height: 50px;
	padding: 0 70px;
}
.footerBoT {
	overflow: hidden;
	line-height: 50px;
	font-size: 14px;
}
.footerBoTe {
	background: url(../images/cnzz.png) no-repeat right center;
	margin-top: 10px;
}
.footerBoTe span {
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	margin-right: 65px;
}
.footerGS {
	overflow: hidden;
	padding: 50px 0px 0px 30px;
}
.footerGS img {
	margin-bottom: 25px;
}
.footerGS span {
	display: block;
	font-size: 20px;
	color: #fffefe;
	margin-left: 10px;
}
/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/
.subNav{
	background: #fff;
	height: 60px;
	position: relative;
	z-index: 9;

} 
.subNavBox{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.05);
}
.subNavBox.fixed{
	position: fixed;
}
.subNav .location{
	border: none;
	height: 60px;
	line-height: 60px;
}
/*内页导航*/
.nav{margin-right:-15px;height: 60px;position: relative;}
.nav dd{
	display: inline;
	float: left;
	line-height: 60px;
	height:60px;
	color: #666666;
	font-size: 14px;
	position: relative;
	z-index: 9;

}
.nav span a{
	color: #666666;
	display: block;
	padding:0 20px;
}
.nav span a.hover{color: #2b2e95}
.nav span a:hover{color: #2b2e95}
.navLine{
    display: block;
    width: 0px;
    height: 3px;
    background: #2b2e95;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.threeNav{
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background: #fff;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 8px 8px 0 rgba(0,0,0,0.1);
	display: none;
}
.threeNav a{
	display: block;
	line-height: 36px;
	text-align: center;
}
.threeNav a+a{
	border-top: 1px solid #e5e5e5;
}
.threeNav a.hover{
	color: #2c2e92;
}
/*pageLeft start*/
.pageLeft {
	width: 240px;
	margin-right: 30px;
	min-height: 75px;
	display: none;
}
.minH450 {
	min-height: 450px;
	height: auto !important;
	height: 450px;
}
.pageBox .subTitle{
	display: none;
}
.subTitle {
	padding: 0px 30px;
	height: 66px;
	line-height: 65px;
}
.pageFix.fixde {
	width: 240px;
	position: fixed;
	top: 90px;
}
.subMenuTit {
	color: #fff;
	height: 75px;
	background: #1e6fa6 url(../images/jt1.png) right 20px center no-repeat;
	padding: 0 40px;
}
.subMenuCn {
	font-size: 18px;
	padding-top: 15px;
}
.subMenuEn {
	font-size: 13px;
	display: block;
	font-weight: normal;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.subMenu1 {
	background: #fff;
}
.subMenu1 dd {
	line-height: 50px;
	padding: 0 40px;
	position: relative;
}
.subMenu1 dd:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	opacity: 0;
	filter: alpha(opacity=100);
	background: #f9f9f9;
	transition: 0.4s ease;
}
.subMenu1 dd:hover:after {
	width: 100%;
	opacity: 1;
}
.subMenu1 dd.hover:after {
	width: 100%;
	opacity: 1;
}
.subMenu1 dd+dd {
	border-top: 1px solid #eee;
}
.subMenu1 a {
	display: block;
	color: #555;
	font-size: 14px;
	position: relative;
	z-index: 9;
	transition: 0.3s ease;
	background-image: url(../images/menuIco1.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.subMenu1 a:hover {
	color: #006db8;
}
.subMenu1 dd:hover a {
	color: #006db8;
}
.subMenu1 dd.hover a {
	color: #006db8;
}
.leftContact img {
	width: 240px;
	height: 120px;
}
.contactText {
	padding: 20px 25px;
}
.contactText .textEn {
	font-family: Arial;
	color: #999;
	font-size: 12px;
	padding: 5px 0;
}
.contactText .textTel {
	color: #0074c3;
	font-size: 26px;
}
/*pageLeft end*/
/*内页外结构结束*/
/*当前位置开始*/
.location1 {
	font-size: 14px;
	color: #999;
	padding-left: 20px;
	background: url(../images/location.png) left center no-repeat;
}
.location1 i {
	font-style: normal;
}
.location1 a {
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.location1 a.hover {
	color: #0074c3;
}
.location {
	overflow: hidden;
	border-bottom: 1px #e6e6e6 solid;
}
/*当前位置结束*/
/*页码开始*/
.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}
.page a {
	display: inline-block;
	overflow: hidden;
	padding: 6px 12px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
}
.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}
.page a:hover {
	background: #cd281e;
	color: #fff;
}
.page a.hover {
	background: #2d2f94;
	color: #fff;
}
.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}
.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}
.page label {
	color: #999999;
	position: relative;
	top: -11px;
}
.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}
.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div {
	background-image: url(../images/page/firstPage.png)
}
.page a.prevPage div {
	background-image: url(../images/page/prevPage.png)
}
.page a.nextPage div {
	background-image: url(../images/page/nextPage.png)
}
.page a.lastPage div {
	background-image: url(../images/page/lastPage.png)
}
.page a.firstPage:hover div {
	background-image: url(../images/page/firstPageh.png)
}
.page a.prevPage:hover div {
	background-image: url(../images/page/prevPageh.png)
}
.page a.nextPage:hover div {
	background-image: url(../images/page/nextPageh.png)
}
.page a.lastPage:hover div {
	background-image: url(../images/page/lastPageh.png)
}
.page a.firstPage.disabled {
	background: #E2E2E2;
}
.page a.prevPage.disabled {
	background: #E2E2E2;
}
.page a.nextPage.disabled {
	background: #E2E2E2;
}
.page a.lastPage.disabled {
	background: #E2E2E2;
}
.page a.firstPage.disabled div {
	background-image: url(../images/page/firstPage.png)
}
.page a.prevPage.disabled div {
	background-image: url(../images/page/prevPage.png)
}
.page a.nextPage.disabled div {
	background-image: url(../images/page/nextPage.png)
}
.page a.lastPage.disabled div {
	background-image: url(../images/page/lastPage.png)
}

/*页码结束*/
/*****响应式布局******/
@media only screen and (max-width:1870px) {
.footer .footer1 .footerLF dl {

	padding-right: 100px;
}
.footer .footer1 .footerLF dl dd{

		margin-right: 100px;
	}
}
@media only screen and (max-width:1745px) {
.footer .footer1 .footerLF dl {

	padding-right: 80px;
}
.footer .footer1 .footerLF dl dd{

		margin-right: 80px;
	}
}
@media only screen and (max-width:1655px) {
.menuDl dd span a {

	padding: 0 10px
}
}
@media only screen and (max-width:1615px) {
	.footer .footer1 .footerLF dl {
		padding-right: 60px;
	}
	.footer .footer1 .footerLF dl dd{
		margin-right: 60px;
	}
	.footerEwm{
		padding-right: 20px;
	}
}

@media only screen and (max-width:1500px) {
.menuDl dd span a {

	padding: 0 5px
}
}

@media only screen and (max-width:1450px) {
.menuDl {

	padding-right: 10px
}
.footer .footer1 .footerLF dl {

	padding-right: 40px;
}
.footer .footer1 .footerLF dl dd{

		margin-right: 40px;
	}
}
@media only screen and (max-width:1400px) {
.logo{

	margin-left: 10px;
	transition:all 1s linear;
}
}
@media only screen and (max-width:1366px) {
.logo {

	margin-left: 5px;
}
.menuDl {

	padding-right: 5px
}
} 
@media only screen and (max-width:1325px) {
.logo img{

	width:430px;
}
.menuDl {

	padding-right:0px
}
} 
@media only screen and (max-height:800px) {
.mapRight .mapImg {
	padding-top:60px;
}

}
/*内页框架结束*/
